home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / 3d_demo.arc / INSTALLH.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-11-19  |  335 b   |  22 lines

  1. echo off
  2. echo  
  3. echo  
  4. echo HARD DISK INSTALLATION FOR DEMO
  5. pause
  6.  
  7. a:makepath \sierra
  8. if errorlevel 1 goto CantMake
  9. a:makepath demo
  10. if errorlevel 1 goto CantMake
  11. copy a:_install.bat
  12. _install
  13. goto Exit
  14.  
  15. :CantMake
  16. echo Unable to create the directory
  17. echo     \sierra\demo
  18. echo Installation cancelled.
  19. goto Exit
  20.  
  21. :Exit
  22.